Skip to content
  • Sergio Costas's avatar
    Fix switch/case without default statement · 074adb47
    Sergio Costas authored
    When a switch/case lacks a default statement, crust fails to follow the
    case when the variable doesn't fit any of the defined cases (see unitary
    test 252).
    
    This patch fixes this.
    074adb47