Skip to content

Commit b2908ce

Browse files
authored
[NFC] Rename .ttf files to .dat (#8041)
This avoids using the TrueType suffix for translate-to-fuzz, which confuses github previews.
1 parent 7edf756 commit b2908ce

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

test/lit/fuzz-import.wast

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

33
;; Generate fuzz output using this wat as initial contents, and importing the
44
;; side file.
5-
;; RUN: wasm-opt %s.ttf --initial-fuzz=%s -all -ttf --fuzz-import=%s.import \
5+
;; RUN: wasm-opt %s.dat --initial-fuzz=%s -all -ttf --fuzz-import=%s.import \
66
;; RUN: -S -o - | filecheck %s
77

88
(module
File renamed without changes.

test/lit/fuzz-preserve-imports-exports.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; preserve imports and exports. There should be no new imports or exports, and
55
;; old ones must stay the same.
66

7-
;; RUN: wasm-opt %s.ttf --initial-fuzz=%s -all -ttf --fuzz-preserve-imports-exports \
7+
;; RUN: wasm-opt %s.dat --initial-fuzz=%s -all -ttf --fuzz-preserve-imports-exports \
88
;; RUN: --metrics -S -o - | filecheck %s --check-prefix=PRESERVE
99

1010
;; PRESERVE: [exports] : 1
@@ -22,7 +22,7 @@
2222

2323
;; And, without the flag, we do generate both imports and exports.
2424

25-
;; RUN: wasm-opt %s.ttf --initial-fuzz=%s -all -ttf \
25+
;; RUN: wasm-opt %s.dat --initial-fuzz=%s -all -ttf \
2626
;; RUN: --metrics -S -o - | filecheck %s --check-prefix=NORMAL
2727

2828
;; Rather than hardcode the number here, find two of each.

0 commit comments

Comments
 (0)