Skip to content

Commit b6927d1

Browse files
authored
Fix the path to make-old.py
1 parent 7a9e8bf commit b6927d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multifile/batch-mode-llvmIRHash-consistency.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// RUN: cp %t/main{,-old}.o
1212
// RUN: cp %t/other{,-old}.o
13-
// RUN: %{python} %S/Inputs/make-old.py %t/*.swift
13+
// RUN: %{python} %S/../Inputs/make-old.py %t/*.swift
1414

1515
// RUN: cd %t; %target-swift-frontend -c -g -enable-batch-mode -module-name main -primary-file ./main.swift -primary-file other.swift
1616

0 commit comments

Comments
 (0)