[clang-tools-extra] r344362 - Fix one additional test broken by the YAML quoting change.

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 12 09:41:37 PDT 2018


Author: zturner
Date: Fri Oct 12 09:41:37 2018
New Revision: 344362

URL: http://llvm.org/viewvc/llvm-project?rev=344362&view=rev
Log:
Fix one additional test broken by the YAML quoting change.

Modified:
    clang-tools-extra/trunk/test/include-fixer/merge.test

Modified: clang-tools-extra/trunk/test/include-fixer/merge.test
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/include-fixer/merge.test?rev=344362&r1=344361&r2=344362&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/include-fixer/merge.test (original)
+++ clang-tools-extra/trunk/test/include-fixer/merge.test Fri Oct 12 09:41:37 2018
@@ -6,7 +6,7 @@ Name:            bar
 Contexts:        
   - ContextType:     Namespace
     ContextName:     a
-FilePath:        ../include/bar.h
+FilePath:        '../include/bar.h'
 Type:            Class
 Seen:            1
 Used:            1
@@ -16,7 +16,7 @@ Name:            bar
 Contexts:        
   - ContextType:     Namespace
     ContextName:     a
-FilePath:        ../include/barbar.h
+FilePath:        '../include/barbar.h'
 Type:            Class
 Seen:            1
 Used:            0




More information about the cfe-commits mailing list