alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Correct test
author
Louis Pilfold
date
1 month ago
(Jun 12, 2026, 1:40 PM +0100)
commit
6803de78
6803de785c2bd538d933fe5e79776f9322d89cfa
parent
10a96d64
10a96d648e548db76a12a9c0700167d8ec620c65
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
compiler-wasm
src
tests.rs
+1
-1
compiler-wasm/src/tests.rs
View file
Reviewed
···
92
92
93
93
let error = compile_package(0, "javascript").unwrap_err();
94
94
assert!(
95
95
-
error.contains("The javascript target does not support"),
95
95
+
error.contains("The JavaScript target does not support"),
96
96
"incorrect error message: {error:?}"
97
97
);
98
98
}