Skip to content

Commit df6ef9d

Browse files
committed
Fix the path to make-old.py
1 parent ac076ef commit df6ef9d

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)