Revision f56147de67bbf098de22f224b872d6df1fcbab88 authored by Tony Kelman on 24 April 2017, 18:38:11 UTC, committed by GitHub on 24 April 2017, 18:38:11 UTC
Fixed the algorithm for powers of a matrix.
2 parent s 8df5fbe + 2fbeba3
Raw File
test_exec.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Base.Test
# Check that the fallback test set throws immediately
@test 1 == 2
back to top