Skip to content

Commit 50442b5

Browse files
author
Andy Hanson
committed
Undo change to test
1 parent e8c3d54 commit 50442b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/cases/fourslash/renameImportAndExport.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
////import [|a|] from "module";
44
////export { [|a|] };
55

6-
const [r0, r1] = test.ranges();
7-
verify.referencesOf(r1, [r0, r1]);
8-
//verify.rangesAreRenameLocations();
6+
verify.rangesAreRenameLocations();

0 commit comments

Comments
 (0)