Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Sep 18, 2019
1 parent e0363c3 commit 8eb697b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,13 +2,13 @@
test related to AST -> IR mapping and back
"
Class {
#name : #ASTtoIRMappingTests,
#name : #ASTtoIRMappingTest,
#superclass : #TestCase,
#category : #'OpalCompiler-Tests-Mapping'
}

{ #category : #tests }
ASTtoIRMappingTests >> testOffsetVectorTemp [
ASTtoIRMappingTest >> testOffsetVectorTemp [
| ast var |
"Temps that are stored in a temp vector have a unique index in the vector"
ast := Smalltalk compiler
Expand Down

0 comments on commit 8eb697b

Please sign in to comment.