OSDN Git Service

Update test file.
authorEric Christopher <echristo@gmail.com>
Sat, 20 Jun 2020 06:13:28 +0000 (23:13 -0700)
committerEric Christopher <echristo@gmail.com>
Sat, 20 Jun 2020 06:13:28 +0000 (23:13 -0700)
clang-tools-extra/test/clang-change-namespace/allow-list.cpp

index 07abd8b..3f93cb7 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: echo "^std::.*$" > %T/allowed-list.txt
-// RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/white-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
+// RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/allow-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
 
 #include "Inputs/fake-std.h"