Skip to content

Commit 2a268a3

Browse files
committed
Fixed a error in the unit tests, that occurred when running under OS X
1 parent 2d75f6d commit 2a268a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JavaScriptEngineSwitcher.Tests/ChakraCore/CommonTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public void MappingEngineLoadErrorDuringOutOfMemoryIsCorrect()
234234
jsEngine = new ChakraCoreJsEngine(
235235
new ChakraCoreSettings
236236
{
237-
MemoryLimit = new UIntPtr(640 * 1024),
237+
MemoryLimit = new UIntPtr(8 * 1024),
238238
DisableFatalOnOOM = true
239239
}
240240
);

0 commit comments

Comments
 (0)