Skip to content

Commit 937686d

Browse files
committed
Revert "Temporarily disable GString::find() itest due to upstream bug"
This reverts commit cd1019d.
1 parent aaff480 commit 937686d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

itest/rust/src/builtin_tests/string/gstring_test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ fn string_substr() {
145145
assert_eq!(string.substr(2..=4), "abl".into());
146146
}
147147

148-
// TODO(v0.5): enable after https://github.com/godotengine/godot/pull/113044 is merged.
149-
#[itest(skip)]
148+
#[itest]
150149
fn gstring_find() {
151150
let s = GString::from("Hello World");
152151

0 commit comments

Comments
 (0)