Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
lit
/
binary
/
custom-section-build-id.test
blob: 65d886752612973f51522cdbdd93d8107fff6012 [
file
] [
log
] [
blame
] [
edit
]
# Verify that the build id is included in the source map.
;;
RUN
:
wasm
-
opt
%
s
.
wasm
-
o
%
t
.
wasm
-
osm
%
t
.
map
;;
RUN
:
cat
%
t
.
map
|
filecheck
%
s
;;
CHECK
:
{
"version"
:
3
,
"debugId"
:
"01ab23cd45ef67ab89"
,
"sources"
:[],
"names"
:[],
"mappings"
:
""
}