diff options
Diffstat (limited to 'test/Misc/tabstop.c')
-rw-r--r-- | test/Misc/tabstop.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Misc/tabstop.c b/test/Misc/tabstop.c index 66685c6..49c4d7b 100644 --- a/test/Misc/tabstop.c +++ b/test/Misc/tabstop.c @@ -39,12 +39,9 @@ void f(void) // CHECK-3: {{^ }}if (0 & 1 == 1) // CHECK-3: {{^ }} ( ) -// CHECK-3: {{^ }} ( ) // CHECK-4: {{^ }}if (0 & 1 == 1) // CHECK-4: {{^ }} ( ) -// CHECK-4: {{^ }} ( ) // CHECK-5: {{^ }}if (0 & 1 == 1) // CHECK-5: {{^ }} ( ) -// CHECK-5: {{^ }} ( ) |