diff options
author | Patrick Quist <partouf@gmail.com> | 2021-04-30 20:29:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 20:29:13 +0200 |
commit | ab5e1df5d98b768c57708342fbda7a8d06e8ab2c (patch) | |
tree | 55c4e69e6b78bb74f7da63b0715b0a4332a48df8 /lib/compilers/gccrs.js | |
parent | 92fb7ee4df54e5fe43113cd45ac2a9efa7a1c994 (diff) | |
download | compiler-explorer-ab5e1df5d98b768c57708342fbda7a8d06e8ab2c.tar.gz compiler-explorer-ab5e1df5d98b768c57708342fbda7a8d06e8ab2c.zip |
Update gccrs.js
Diffstat (limited to 'lib/compilers/gccrs.js')
-rw-r--r-- | lib/compilers/gccrs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/gccrs.js b/lib/compilers/gccrs.js index 0ebca7c23..6a3c02575 100644 --- a/lib/compilers/gccrs.js +++ b/lib/compilers/gccrs.js @@ -22,7 +22,7 @@ // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. -import { GCCCompiler } from '../gcc'; +import { GCCCompiler } from './gcc'; export class GCCRSCompiler extends GCCCompiler { static get key() { return 'gccrs'; } |