Skip to content

Commit 6719743

Browse files
committed
Rename and fix the test.
1 parent 1fae62f commit 6719743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Frontend/dump-deserialized-declaration-ranges.cpp renamed to clang/test/Frontend/dump-minimization-hints.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: mkdir -p %t
33
// RUN: split-file %s %t
44
// RUN: %clang_cc1 -xc++ -fmodules -fmodule-name=foo -fmodule-map-file=%t/foo.cppmap -emit-module %t/foo.cppmap -o %t/foo.pcm
5-
// RUN: %clang_cc1 -xc++ -fmodules -dump-deserialized-declaration-ranges=%t/decls -fmodule-file=%t/foo.pcm %t/foo.cpp -o %t/foo.o
5+
// RUN: %clang_cc1 -xc++ -fmodules -dump-minimization-hints=%t/decls -fmodule-file=%t/foo.pcm %t/foo.cpp -o %t/foo.o
66
// RUN: cat %t/decls
77
// RUN: cat %t/decls | FileCheck -check-prefix=RANGE %s
88
// RANGE:{

0 commit comments

Comments
 (0)