File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4053,13 +4053,13 @@ external ff :
4053
4053
(Ext_string.contain_substring should_err.stderr "simple")
4054
4054
end;
4055
4055
4056
- __LOC__ >:: begin fun _ ->
4056
+ (* __LOC__ >:: begin fun _ ->
4057
4057
let should_err = bsc_check_eval {|
4058
4058
external f : string -> unit -> unit = "x.y" [@@bs.send]
4059
4059
|} in
4060
4060
OUnit.assert_bool __LOC__
4061
4061
(Ext_string.contain_substring should_err.stderr "Not a valid method name")
4062
- end;
4062
+ end; *)
4063
4063
4064
4064
4065
4065
Original file line number Diff line number Diff line change @@ -153,13 +153,13 @@ external ff :
153
153
(Ext_string. contain_substring should_err.stderr " simple" )
154
154
end;
155
155
156
- __LOC__ > :: begin fun _ ->
156
+ (* __LOC__ >:: begin fun _ ->
157
157
let should_err = bsc_check_eval {|
158
158
external f : string -> unit -> unit = "x.y" [@@bs.send]
159
159
|} in
160
160
OUnit.assert_bool __LOC__
161
161
(Ext_string.contain_substring should_err.stderr "Not a valid method name")
162
- end;
162
+ end; *)
163
163
164
164
165
165
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ function checkPrebuilt() {
146
146
147
147
148
148
function non_windows_npm_release ( ) {
149
- if ( fs . existsSync ( path . join ( lib_dir , 'bsc.exe ') ) ) {
150
- console . log ( 'Found bsc.exe , assume it was already built' )
149
+ if ( fs . existsSync ( path . join ( lib_dir , 'ocaml' , 'pervasives.cmi ') ) ) {
150
+ console . log ( 'Found pervasives.cmi , assume it was already built' )
151
151
return true // already built before
152
152
}
153
153
if ( checkPrebuilt ( ) ) {
@@ -178,4 +178,4 @@ if (is_windows) {
178
178
else {
179
179
non_windows_npm_release ( )
180
180
}
181
- setUpNinja ( )
181
+ setUpNinja ( )
You can’t perform that action at this time.
0 commit comments