Remove the dummy FS call from the Javascript tests
This commit is contained in:
parent
72ab8739a2
commit
8a2833f01a
@ -137,9 +137,6 @@ int main(void)
|
||||
if (sodium_init() != 0) {
|
||||
return 99;
|
||||
}
|
||||
#ifdef __EMSCRIPTEN__
|
||||
(void) fopen("/dev/null", "r");
|
||||
#endif
|
||||
|
||||
#ifndef __EMSCRIPTEN__
|
||||
randombytes_set_implementation(&randombytes_salsa20_implementation);
|
||||
|
Loading…
Reference in New Issue
Block a user