summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp')
-rw-r--r--llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp b/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
index be14b7f639b..9bc70c84ab4 100644
--- a/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
+++ b/llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
@@ -8,7 +8,7 @@ struct X {
void foo() {
X v;
-
-TryAgain:
+
+TryAgain:
goto TryAgain;
}
OpenPOWER on IntegriCloud