diff options
-rw-r--r-- | clang/test/Import/attr/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Import/attr/test.cpp b/clang/test/Import/attr/test.cpp index 01ea6c1b0ed..c9b2d6ed343 100644 --- a/clang/test/Import/attr/test.cpp +++ b/clang/test/Import/attr/test.cpp @@ -1,6 +1,6 @@ // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s // CHECK: FunctionDecl -// CHECK-SAME: S.cpp:1:1, col:13 +// CHECK-SAME: S.cpp:1:1, col:38 // CHECK-NEXT: ConstAttr // CHECK-SAME: col:32 |