Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
D
DecafPlus
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Tianqi Yang
  • DecafPlus
  • Repository

Switch branch/tag
  • DecafPlus
  • unittest
  • positive
  • result
  • op_ex_mod_int.result
Find file
BlameHistoryPermalink
  • Tianqi Yang's avatar
    test(operator): add tests for operator overloading · 3aa44890
    Tianqi Yang authored Jan 12, 2019
    Add test cases to test suite 'positive':
    - op_ex_mod_int:
    	Example of integer a modulo
    - overload_operator1:
    	operator overloading with override
    
    Add test cases to test suite 'negative':
    - bin_op_ambiguous_error1:
    	Ambiguous binary operator
    - bin_op_ambiguous_error2:
    	Check the return type of binary operator at TypeCheck
    - bin_op_not_found_error1:
    	Binary operator not found
    - print_not_found_error1
    	Print function not found
    - unary_op_not_found_error1
    	Unary operator not found
    3aa44890
op_ex_mod_int.result 126 Bytes
EditWeb IDE
×

Replace op_ex_mod_int.result

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.