Added newline to end of ARM test

lukechilds 2015-06-13 16:10:49 +01:00
parent 3214caa4ec
commit 83466446ce
1 changed files with 2 additions and 1 deletions

View File

@ -23,3 +23,4 @@ nvm run $NVM_TEST_VERSION --version | grep $NVM_TEST_VERSION || "'nvm run $NVM_T
# Check V8 snapshot isn't compiled
nvm run $NVM_TEST_VERSION -p process.config | grep "v8_use_snapshot: false" || "'nvm run $NVM_TEST_VERSION -p process.config | grep \"v8_use_snapshot: false\"' failed"