Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed May 7, 2013
1 parent 58669ee commit b937942
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
@@ -1,6 +1,6 @@
package scala.tools.nsc.effects
package multi

class ExceptionsIO extends PosNegSuite("exceptions:io") {
class ExceptionsIo extends PosNegSuite("exceptions:io") {
// override val updateCheck: List[String] = List("exceptionsIoNeg")
}
@@ -0,0 +1,5 @@
package scala.tools.nsc.effects.multi

class ExceptionsIoPurity {

}

0 comments on commit b937942

Please sign in to comment.