mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-29 23:52:49 +00:00
8 lines
166 B
Julia
8 lines
166 B
Julia
# This file is a part of JuliaFEM. License is MIT: https://github.com/ovainola/JuliaFEM/blob/master/README.md
|
|
|
|
using Base.Test
|
|
|
|
@test 1 == 1
|
|
|
|
@test_approx_eq 1.0 1.0
|