summaryrefslogtreecommitdiff
path: root/test/Refactor
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-09-14 15:10:39 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-09-14 15:10:39 +0000
commit1a3d0f5bb357c488df256447b0cb90614be45429 (patch)
treeaa8a32581742286871e68ca8857c4b86b53f7f8b /test/Refactor
parent6a56ac5a130cd2e39f326477db555baad5c84306 (diff)
Fix Refactor/tool-test-support.c test on Windows by avoiding
the STDERR redirect git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Refactor')
-rw-r--r--test/Refactor/tool-test-support.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Refactor/tool-test-support.c b/test/Refactor/tool-test-support.c
index 877a075579..f75b2f9f19 100644
--- a/test/Refactor/tool-test-support.c
+++ b/test/Refactor/tool-test-support.c
@@ -1,4 +1,4 @@
-// RUN: clang-refactor local-rename -selection=test:%s -v %s -- 2>&1 | FileCheck %s
+// RUN: clang-refactor local-rename -selection=test:%s -v %s -- | FileCheck %s
/*range=*/int test;
@@ -11,12 +11,12 @@
/*range named =+0*/int test5;
// CHECK: Test selection group '':
-// CHECK-NEXT: 95-95
-// CHECK-NEXT: 148-148
-// CHECK-NEXT: 187-187
+// CHECK-NEXT: 90-90
+// CHECK-NEXT: 143-143
+// CHECK-NEXT: 182-182
// CHECK-NEXT: Test selection group 'named':
-// CHECK-NEXT: 122-122
-// CHECK-NEXT: 208-208
+// CHECK-NEXT: 117-117
+// CHECK-NEXT: 203-203
// The following invocations are in the default group: