r217552 - Remove a couple of fixed paths that snuck into my test from 217550

Ben Langmuir blangmuir at apple.com
Wed Sep 10 14:41:44 PDT 2014


Author: benlangmuir
Date: Wed Sep 10 16:41:43 2014
New Revision: 217552

URL: http://llvm.org/viewvc/llvm-project?rev=217552&view=rev
Log:
Remove a couple of fixed paths that snuck into my test from 217550

I forgot to fix these again the second time I copy-and-pasted.

Modified:
    cfe/trunk/test/Modules/preprocess.m

Modified: cfe/trunk/test/Modules/preprocess.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/preprocess.m?rev=217552&r1=217551&r2=217552&view=diff
==============================================================================
--- cfe/trunk/test/Modules/preprocess.m (original)
+++ cfe/trunk/test/Modules/preprocess.m Wed Sep 10 16:41:43 2014
@@ -13,8 +13,8 @@ void test() {
 // CHECK: int left_and_right(int *);{{$}}
 // CHECK-NEXT: @import diamond_left; /* clang -E: implicit import for "{{.*}}diamond_left.h" */{{$}}
 
-// CHECK: @import diamond_right; /* clang -E: implicit import for "/Users/blangmuir/src/clang/test/Modules/Inputs/diamond_right.h" */{{$}}
-// CHECK: @import diamond_right; /* clang -E: implicit import for "/Users/blangmuir/src/clang/test/Modules/Inputs/diamond_right.h" */{{$}}
+// CHECK: @import diamond_right; /* clang -E: implicit import for "{{.*}}diamond_right.h" */{{$}}
+// CHECK: @import diamond_right; /* clang -E: implicit import for "{{.*}}diamond_right.h" */{{$}}
 // CHECK-NEXT: void test() {{{$}}
 // CHECK-NEXT:    top_left_before();{{$}}
 // CHECK-NEXT:    left_and_right();{{$}}





More information about the cfe-commits mailing list