diff options
author | Rubén <RabsRincon@users.noreply.github.com> | 2018-01-28 02:07:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 02:07:17 +0100 |
commit | 40b42c7c94cdaa24592dd247e5097d6b21f72176 (patch) | |
tree | e33054b4e711dabb08be92b389806fcb414054aa /lib/compilers/pascal.js | |
parent | 3b07b3c3f2abebf3924f927309d13448cd3d9b0f (diff) | |
parent | 67235ec5b7dc70efd23f187dea750660e42ce391 (diff) | |
download | compiler-explorer-40b42c7c94cdaa24592dd247e5097d6b21f72176.tar.gz compiler-explorer-40b42c7c94cdaa24592dd247e5097d6b21f72176.zip |
Merge pull request #793 from partouf/es6unittest
Es6unittest
Diffstat (limited to 'lib/compilers/pascal.js')
-rw-r--r-- | lib/compilers/pascal.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/compilers/pascal.js b/lib/compilers/pascal.js index 960b89bac..9fe60251b 100644 --- a/lib/compilers/pascal.js +++ b/lib/compilers/pascal.js @@ -37,13 +37,6 @@ class FPCCompiler extends BaseCompiler { this.demangler = new PascalDemangler(); this.compileFilename = 'output.pas'; this.supportsOptOutput = false; - - if (info.unitTestMode) { - this.initialise(); - return this; - } else { - return this.initialise(); - } } postProcessAsm(result, filters) { |